home *** CD-ROM | disk | FTP | other *** search
/ SGI Hot Mix 17 / Hot Mix 17.iso / HM17_SGI / html / vendors / adobe / software / Removepho.csh < prev    next >
Linux/UNIX/POSIX Shell Script  |  1997-06-17  |  405b  |  13 lines

  1. #!/bin/csh -f
  2.  
  3. set INSTALL_FROM_DIR = $HOTMIXDIR/html/vendors/adobe/software
  4.  
  5. xwsh -bg royalblue -fg white \
  6.         -geom 80x20+100+100 -cursorfg violetred1 -cursorbg violetred1 \
  7.         -title "Removing Adobe Photoshop 3.0.1: \
  8.         -e /bin/csh -c \
  9.         "echo You must be root to remove Adobe Photoshop...; \
  10.         cd ${INSTALL_FROM_DIR}; \
  11.         su root -c './Removepho2.csh'; \
  12.     sleep 10"
  13.